home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gui / muibuilderv11.lha / muibuilder / mb / c / locale / Small_Example_cat.h < prev    next >
C/C++ Source or Header  |  1994-03-06  |  800b  |  31 lines

  1. /****************************************************************
  2.    This file was created automatically by `FlexCat V1.0'
  3.    Do NOT edit by hand!
  4. ****************************************************************/
  5.  
  6. #ifndef Small_Example_CAT_H
  7. #define Small_Example_CAT_H
  8.  
  9.  
  10. #ifndef EXEC_TYPES_H
  11. #include <exec/types.h>
  12. #endif    /*  !EXEC_TYPES_H        */
  13. #ifndef LIBRARIES_LOCALE_H
  14. #include <libraries/locale.h>
  15. #endif    /*  !LIBRARIES_LOCALE_H     */
  16.  
  17.  
  18. /*  Prototypes    */
  19. extern void OpenSmall_ExampleCatalog(struct Locale *, STRPTR);
  20. extern void CloseSmall_ExampleCatalog(void);
  21. extern STRPTR GetSmall_ExampleString(LONG);
  22.  
  23. /*  Definitions */
  24. #define MSG_AppDescription 0
  25. #define MSG_WI_smallExample 1
  26. #define MSG_GR_lists 2
  27. #define MSG_BT_ok 3
  28. #define MSG_BT_cancel 4
  29.  
  30. #endif /*   !Small_Example_CAT_H  */
  31.